-
Notifications
You must be signed in to change notification settings - Fork 623
feat: about migrate to cmp #2377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@niyajali @biplab1 @HekmatullahAmin Please let me know if any changes or improvements are needed. If everything looks good, please merge it. |
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutItem.kt
Show resolved
Hide resolved
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutScreen.kt
Outdated
Show resolved
Hide resolved
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutViewModel.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kapmaurya like as @HekmatullahAmin told we don't need a viewmodel here.
use an array instead . Refer mifos mobile and do the things exactly same just needed to change images and string values accordingly
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutItem.kt
Show resolved
Hide resolved
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutScreen.kt
Outdated
Show resolved
Hide resolved
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutScreen.kt
Outdated
Show resolved
Hide resolved
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutScreen.kt
Outdated
Show resolved
Hide resolved
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutScreen.kt
Outdated
Show resolved
Hide resolved
@kapmaurya and don't resolve the conversation until it is done |
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutViewModel.kt
Outdated
Show resolved
Hide resolved
feature/about/src/commonMain/kotlin/com/mifos/feature/about/AboutViewModel.kt
Outdated
Show resolved
Hide resolved
@kapmaurya lets focus on merge this one first. |
@kapmaurya Any update? |
# Conflicts: # build-logic/convention/src/main/kotlin/CMPFeatureConventionPlugin.kt
Fixes -[ Jira-#Issue_Number](https://mifosforge.jira.com/browse/MIFOSAC-412)
Didn't create a Jira ticket, click here to create new.
Please Add Screenshots If there are any UI changes.
Please make sure these boxes are checked before submitting your pull request - thanks!
Run the static analysis check
./gradlew check
orci-prepush.sh
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.